home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2003 March / pcgo-cd2-03-2003.cdrom / PROGRAMM / demo / carrara / QuickTour / qt4.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-06-25  |  94 b   |  6 lines

  1. on(release){
  2.    _parent.playing = false;
  3.    _parent._parent.stop();
  4.    gotoAndStop(2);
  5. }
  6.